MediaFormatCollectionItem Property |
Gets phone number associated with the specified position. In C#, this property is the indexer for the
MediaFormatCollection class.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As String
Get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
String
See Also